runtime.mLockProfile.cycles (field)
5 uses
runtime (current package)
mprof.go#L654: cycles int64 // (cputicks) cycles attributable to "stack"
mprof.go#L692: if prev := prof.cycles; prev > 0 {
mprof.go#L709: prof.cycles = cycles
mprof.go#L777: cycles, lost := prof.cycles, prof.cyclesLost
mprof.go#L778: prof.cycles, prof.cyclesLost = 0, 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)